home *** CD-ROM | disk | FTP | other *** search
/ Ray Dream Studio 5 / Ray Dream.iso / pc / DreamSDK / Windows / SAMPLES / SCENEOP / SCOP / SCOPDLL.H < prev    next >
Encoding:
C/C++ Source or Header  |  1997-07-11  |  253 b   |  16 lines

  1. /* $Id: ScopDll.h 1.1 1996/07/19 00:14:13 Damien Exp $ */
  2. //
  3. // Globals used by DLL
  4. //
  5.  
  6. #ifndef __SCOPDLL__
  7. #define __SCOPDLL__  
  8.  
  9. // Global variables used by the DLL
  10. extern long global_count_Obj;
  11. extern long global_count_Lock;
  12.  
  13.  
  14. #endif
  15.  
  16.